.main-title .link{
  display: inline-block;
  width: 100px;
  height: 4px;
  background: var(--tcolor);
}
header .active{
  color: var(--tcolor);
  font-weight: bold;

}
nav.menu ul.main-list > li a:hover{
  color: var(--btnHover);
  font-weight: bold;
  /* transform: scale(1.1); */

}
#box>section:nth-child(odd){

  background-color: var(--bgLight) !important;
}
/* Portfolio Section
--------------------------------*/
#portfolio {
  padding: 60px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #18d26e;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.section-header h3 {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}


#portfolio h3{
  text-align: center;
}
.work-pg .portfolio-item{
  flex-direction: column;
}
.work-pg .portfolio-header{
position: relative;
bottom: 0;
}
.work-pg .portfolio-header a{
  position: absolute;
  display: block;
  height: 100%;
  top: 100%;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--tcolor);
}
.work-pg .portfolio-item:hover{
  cursor: pointer;
}
.work-pg .portfolio-item:hover a{
  top:0

}
#map{
height: 500px;
margin: 20px auto;
}
@media (max-width: 767px)
{
  #map{height:auto;} 
}
